projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8d656a
)
(GC_MARK_SECONDARY_STACK): Update call to
author
Andreas Schwab
<schwab@suse.de>
Sat, 18 Nov 2006 14:46:30 +0000
(14:46 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sat, 18 Nov 2006 14:46:30 +0000
(14:46 +0000)
mark_memory.
src/s/gnu-linux.h
patch
|
blob
|
history
diff --git
a/src/s/gnu-linux.h
b/src/s/gnu-linux.h
index 55d9a72529308c1a5bee51bde95f1635e3619844..7116d24c718e9038365ab34360c87a0f43b3122c 100644
(file)
--- a/
src/s/gnu-linux.h
+++ b/
src/s/gnu-linux.h
@@
-377,7
+377,7
@@
Boston, MA 02110-1301, USA. */
extern void *__libc_ia64_register_backing_store_base; \
__builtin_ia64_flushrs (); \
mark_memory (__libc_ia64_register_backing_store_base, \
- __builtin_ia64_bsp ()
);
\
+ __builtin_ia64_bsp ()
, 0);
\
} while (0)
#endif
#endif